feat: Trusted Auctioneer: Add a cmd line flag to run a Flame node in auctioneer mode#17
Merged
bharath-123 merged 34 commits intobharath/refactor-servicesfrom Jan 13, 2025
Conversation
7ed3e06 to
b97f56a
Compare
5227682 to
ae768ba
Compare
869ffbe to
2ac5817
Compare
ae768ba to
e0ec851
Compare
ebd73ad to
ceb0feb
Compare
e85a31d to
2a082a2
Compare
7e49c16 to
f6b7d47
Compare
e2bda64 to
ced39dd
Compare
f6b7d47 to
6268181
Compare
96734cd to
c5929ab
Compare
df27e16 to
2d9cefb
Compare
c5929ab to
9e72423
Compare
2d9cefb to
9bf573a
Compare
chore: Trusted Auctioneer: update the protos
feat: Trusted Auctioneer: Add initial set of metrics for auctioneer
feat: Trusted Auctioneer: Code cleanups
…-block feat: Trusted Auctioneer: Add API to query the current optimistic block
feat: Trusted Auctioneer: Support unmarshalling signed allocations and placing it at the TOB
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a field
auctioneerin the cmdline flags of geth which enables auctioneer related features. More specifically:auctioneeris enabled, then during arunReorgrun of the legacypool we clear the mempool else we just demote the current pending txs which are unexecutableExecuteOptimisticBlockStreamandStreamBundlesWe have have now two versions of tests for the legacy pool, with and without auctioneer enabled. This is not ideal and the correct way would be to have separate subpool for auctioneer transactions.